Skip to content

feat(migration): rewrite tsdown/client and vite/client in tsconfig compilerOptions.types#1542

Merged
fengmk2 merged 9 commits into
voidzero-dev:mainfrom
naokihaba:fix/1502-rewrite-tsconfig-types
May 11, 2026
Merged

feat(migration): rewrite tsdown/client and vite/client in tsconfig compilerOptions.types#1542
fengmk2 merged 9 commits into
voidzero-dev:mainfrom
naokihaba:fix/1502-rewrite-tsconfig-types

Conversation

@naokihaba
Copy link
Copy Markdown
Collaborator

@naokihaba naokihaba commented May 9, 2026

resolves #1502

This PR depends on #1501. When you're ready to merge, please make sure #1501, #1541, and #1542 are all merged at the same time.

I thought about putting this together with #1501, but I decided to keep it separate so the scope didn't get too messy. I wanted to keep the Rust and TypeScript parts in different PRs to make the review a bit easier for everyone.

If you’d prefer to have these combined for the merge, just let me know and I can adjust it.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 9, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit f1a4bea
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a017cd14192d1000811550b

@naokihaba naokihaba self-assigned this May 9, 2026
@naokihaba
Copy link
Copy Markdown
Collaborator Author

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 299a3f8bd0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/cli/src/utils/tsconfig.ts
@naokihaba naokihaba force-pushed the fix/1502-rewrite-tsconfig-types branch from 299a3f8 to d01b647 Compare May 9, 2026 14:03
@fengmk2
Copy link
Copy Markdown
Member

fengmk2 commented May 11, 2026

@naokihaba I'm going to merge, what order should I merge these 3 PRs in?

@naokihaba
Copy link
Copy Markdown
Collaborator Author

@naokihaba I'm going to merge, what order should I merge these 3 PRs in?

Thanks! Could you merge #1501 first? The tests for #1541 and #1542 won't pass until #1501 is in main. After that's merged, feel free to pull in the other two whenever you're ready.

@fengmk2 fengmk2 added test: e2e Auto run e2e tests test: create-e2e Run `vp create` e2e tests labels May 11, 2026
fengmk2 pushed a commit that referenced this pull request May 11, 2026
…ements (#1541)

resolves #1502

This PR depends on #1501. When you're ready, please make sure #1501,
#1541, and #1542 are all merged together.

I originally thought about including this in #1501, but I decided to
pull it into a separate PR so the scope wouldn't get too wide. I figured
it would be easier to review if we kept the Rust and TypeScript changes
apart rather than mixing them into one.

Let me know if you’d prefer a different merge strategy and I can easily
adjust things.
@fengmk2 fengmk2 merged commit 26500fd into voidzero-dev:main May 11, 2026
91 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test: create-e2e Run `vp create` e2e tests test: e2e Auto run e2e tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

migrate: rewrite tsdown/client and vite/client in TS imports and tsconfig.json types array

2 participants